home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue35 / pageprnt / PAGEPRNT.ZIP / PagePrnt / PgPrnAbt.dfm / PgPrnAbt.txt < prev   
Text File  |  1997-10-26  |  2KB  |  113 lines

  1. object PgPrnAboutBox: TPgPrnAboutBox
  2.   Left = 275
  3.   Top = 116
  4.   BorderStyle = bsDialog
  5.   Caption = 'About TPagePrinter'
  6.   ClientHeight = 231
  7.   ClientWidth = 297
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 281
  20.     Height = 185
  21.     BevelWidth = 2
  22.     Color = clSilver
  23.     TabOrder = 0
  24.     object ProgramIcon: TImage
  25.       Left = 12
  26.       Top = 12
  27.       Width = 72
  28.       Height = 72
  29.       AutoSize = True
  30.       Picture.Data = {<image000.bmp>}
  31.       Stretch = True
  32.       IsControl = True
  33.     end
  34.     object ProductName: TLabel
  35.       Left = 96
  36.       Top = 12
  37.       Width = 131
  38.       Height = 16
  39.       Caption = 'TPagePrinter V.2.0'
  40.       Font.Color = clWindowText
  41.       Font.Height = -13
  42.       Font.Name = 'MS Sans Serif'
  43.       Font.Style = [fsBold]
  44.       ParentFont = False
  45.       IsControl = True
  46.     end
  47.     object Copyright: TLabel
  48.       Left = 96
  49.       Top = 32
  50.       Width = 140
  51.       Height = 13
  52.       Caption = 'Copyright ∩┐╜ 1997 Bill Menees'
  53.       IsControl = True
  54.     end
  55.     object EMail: TLabel
  56.       Left = 96
  57.       Top = 52
  58.       Width = 88
  59.       Height = 13
  60.       Caption = 'bmenees@usit.net'
  61.       WordWrap = True
  62.       IsControl = True
  63.     end
  64.     object WebPage: TLabel
  65.       Left = 96
  66.       Top = 72
  67.       Width = 171
  68.       Height = 13
  69.       Caption = 'http://www.public.usit.net/bmenees'
  70.       WordWrap = True
  71.       IsControl = True
  72.     end
  73.     object Shareware: TLabel
  74.       Left = 16
  75.       Top = 108
  76.       Width = 249
  77.       Height = 13
  78.       Alignment = taCenter
  79.       AutoSize = False
  80.       Caption = 'This version of TPagePrinter is SHAREWARE.'
  81.     end
  82.     object Description: TLabel
  83.       Left = 16
  84.       Top = 128
  85.       Width = 249
  86.       Height = 45
  87.       Alignment = taCenter
  88.       AutoSize = False
  89.       Caption = 
  90.         'The registered version is $50 and includes the full source code.' +
  91.         '  Please send me e-mail to get the latest ordering information.'
  92.       WordWrap = True
  93.     end
  94.     object Bevel: TBevel
  95.       Left = 16
  96.       Top = 96
  97.       Width = 249
  98.       Height = 5
  99.       Shape = bsTopLine
  100.     end
  101.   end
  102.   object OKButton: TButton
  103.     Left = 111
  104.     Top = 200
  105.     Width = 75
  106.     Height = 25
  107.     Caption = 'OK'
  108.     Default = True
  109.     ModalResult = 1
  110.     TabOrder = 1
  111.   end
  112. end
  113.